DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T> Interface / Find Method
The key value to search for.

In This Topic
    Find Method (IIndexScanner<T>)
    In This Topic
    Finds items with the specified key value.
    Syntax
    'Declaration
     
    Function Find( _
       ByVal key As Object _
    ) As IndexQuery(Of T)
    IndexQuery<T> Find( 
       object key
    )

    Parameters

    key
    The key value to search for.

    Return Value

    An object enumerating items having the specified key value.
    See Also